home *** CD-ROM | disk | FTP | other *** search
/ Game.EXE 2005 November / Game.EXE_11_2005_DVD.iso / Flash Games / Robo Farmer / robofarmer.swf / scripts / DefineButton2_443 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-09-23  |  124 b   |  8 lines

  1. on(release){
  2.    _root.crosshairtype += 1;
  3.    if(_root.crosshairtype >= 3)
  4.    {
  5.       _root.crosshairtype = 1;
  6.    }
  7. }
  8.